[INFO] fetching crate smlm-tiff 0.8.0...
[INFO] testing smlm-tiff-0.8.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate smlm-tiff 0.8.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate smlm-tiff 0.8.0
[INFO] finished tweaking crates.io crate smlm-tiff 0.8.0
[INFO] tweaked toml for crates.io crate smlm-tiff 0.8.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate smlm-tiff 0.8.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate smlm-tiff 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 45120da59cb0e1cfa5a1b2438ff67613d210c8ee2694d5dcd0e550823f55f016
[INFO] running `Command { std: "docker" "start" "-a" "45120da59cb0e1cfa5a1b2438ff67613d210c8ee2694d5dcd0e550823f55f016", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45120da59cb0e1cfa5a1b2438ff67613d210c8ee2694d5dcd0e550823f55f016", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45120da59cb0e1cfa5a1b2438ff67613d210c8ee2694d5dcd0e550823f55f016", kill_on_drop: false }`
[INFO] [stdout] 45120da59cb0e1cfa5a1b2438ff67613d210c8ee2694d5dcd0e550823f55f016
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed0a9e4ab774de2a41ecb33f9ccb60bb1eefafbd4498ba49476f3f43df67fed2
[INFO] running `Command { std: "docker" "start" "-a" "ed0a9e4ab774de2a41ecb33f9ccb60bb1eefafbd4498ba49476f3f43df67fed2", kill_on_drop: false }`
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling smlm-tiff v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/writer.rs:146:32
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn create_image_for<T>(&mut self) -> Result<TiffImage<W, T::ColourType, K>, TiffWrapError>
[INFO] [stdout]     |                                ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn create_image_for<T>(&mut self) -> Result<TiffImage<'_, W, T::ColourType, K>, TiffWrapError>
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/writer.rs:152:39
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn create_image<C: ColorType>(&mut self) -> Result<TiffImage<W, C, K>, TiffWrapError>
[INFO] [stdout]     |                                       ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn create_image<C: ColorType>(&mut self) -> Result<TiffImage<'_, W, C, K>, TiffWrapError>
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
[INFO] running `Command { std: "docker" "inspect" "ed0a9e4ab774de2a41ecb33f9ccb60bb1eefafbd4498ba49476f3f43df67fed2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed0a9e4ab774de2a41ecb33f9ccb60bb1eefafbd4498ba49476f3f43df67fed2", kill_on_drop: false }`
[INFO] [stdout] ed0a9e4ab774de2a41ecb33f9ccb60bb1eefafbd4498ba49476f3f43df67fed2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5711960a481b7b4c1523e7374f3ea4bde0b884c7ab3394afe9523455ab5cd409
[INFO] running `Command { std: "docker" "start" "-a" "5711960a481b7b4c1523e7374f3ea4bde0b884c7ab3394afe9523455ab5cd409", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/writer.rs:146:32
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn create_image_for<T>(&mut self) -> Result<TiffImage<W, T::ColourType, K>, TiffWrapError>
[INFO] [stdout]     |                                ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn create_image_for<T>(&mut self) -> Result<TiffImage<'_, W, T::ColourType, K>, TiffWrapError>
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/writer.rs:152:39
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn create_image<C: ColorType>(&mut self) -> Result<TiffImage<W, C, K>, TiffWrapError>
[INFO] [stdout]     |                                       ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn create_image<C: ColorType>(&mut self) -> Result<TiffImage<'_, W, C, K>, TiffWrapError>
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling smlm-tiff v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/writer.rs:146:32
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn create_image_for<T>(&mut self) -> Result<TiffImage<W, T::ColourType, K>, TiffWrapError>
[INFO] [stdout]     |                                ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn create_image_for<T>(&mut self) -> Result<TiffImage<'_, W, T::ColourType, K>, TiffWrapError>
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/writer.rs:152:39
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn create_image<C: ColorType>(&mut self) -> Result<TiffImage<W, C, K>, TiffWrapError>
[INFO] [stdout]     |                                       ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn create_image<C: ColorType>(&mut self) -> Result<TiffImage<'_, W, C, K>, TiffWrapError>
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "5711960a481b7b4c1523e7374f3ea4bde0b884c7ab3394afe9523455ab5cd409", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5711960a481b7b4c1523e7374f3ea4bde0b884c7ab3394afe9523455ab5cd409", kill_on_drop: false }`
[INFO] [stdout] 5711960a481b7b4c1523e7374f3ea4bde0b884c7ab3394afe9523455ab5cd409
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8e51751d3d7ef9c29e5521eb42b2f7ec3b6fc4f7a0fa8014956626f7a52c702a
[INFO] running `Command { std: "docker" "start" "-a" "8e51751d3d7ef9c29e5521eb42b2f7ec3b6fc4f7a0fa8014956626f7a52c702a", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/writer.rs:146:32
[INFO] [stderr]     |
[INFO] [stderr] 146 |     pub fn create_image_for<T>(&mut self) -> Result<TiffImage<W, T::ColourType, K>, TiffWrapError>
[INFO] [stderr]     |                                ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                |
[INFO] [stderr]     |                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 146 |     pub fn create_image_for<T>(&mut self) -> Result<TiffImage<'_, W, T::ColourType, K>, TiffWrapError>
[INFO] [stderr]     |                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/writer.rs:152:39
[INFO] [stderr]     |
[INFO] [stderr] 152 |     pub fn create_image<C: ColorType>(&mut self) -> Result<TiffImage<W, C, K>, TiffWrapError>
[INFO] [stderr]     |                                       ^^^^^^^^^            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                       |
[INFO] [stderr]     |                                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 152 |     pub fn create_image<C: ColorType>(&mut self) -> Result<TiffImage<'_, W, C, K>, TiffWrapError>
[INFO] [stderr]     |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `smlm-tiff` (lib) generated 2 warnings (run `cargo fix --lib -p smlm-tiff` to apply 2 suggestions)
[INFO] [stderr] warning: `smlm-tiff` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smlm_tiff-d760460dbd19a673)
[INFO] [stderr]    Doc-tests smlm_tiff
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test image_data::tests::partial_eq_respects_data_type ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8e51751d3d7ef9c29e5521eb42b2f7ec3b6fc4f7a0fa8014956626f7a52c702a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e51751d3d7ef9c29e5521eb42b2f7ec3b6fc4f7a0fa8014956626f7a52c702a", kill_on_drop: false }`
[INFO] [stdout] 8e51751d3d7ef9c29e5521eb42b2f7ec3b6fc4f7a0fa8014956626f7a52c702a
